home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / chem.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  43 lines

  1. <search function="chem">
  2.   <name>Cambridgesoft Chemfinder</name>
  3.   <description>
  4.     Search for chemicals with the Cambridgesoft Chemfinder.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>chem ammonium</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Other</category>
  11.   <link>http://chemfinder.cambridgesoft.com/</link>
  12.   <contributor>Stewart Rubenstein</contributor>
  13.   
  14.   <form name="chemf"
  15.         action="http://chemfinder.cambridgesoft.com/result.asp"
  16.         method="get">
  17.     <input type="hidden" name="polyQuery"/>
  18.     <input type="hidden" name="returnURL" value=""/>
  19.     <input type="hidden" name="returnType" value=""/>
  20.     <input type="hidden" name="userHeader" value="on"/>
  21.     <input type="hidden" name="DisplayMessage" value=""/>
  22.   </form>
  23.   
  24.   <script><![CDATA[
  25.     function chem(q)
  26.     {
  27.       if( nullArgs("chem",q) )
  28.         return false;
  29.       else
  30.       {
  31.         document.chemf.polyQuery.value = q;
  32.         submitForm(chemf);
  33.       }
  34.     }
  35.   ]]></script>
  36.  
  37.   <copyright>
  38.     Copyright (c) 2002 David Bau
  39.     Distributed under the terms of the
  40.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  41.   </copyright>
  42. </search>
  43.